CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tcp basic

搜索资源列表

  1. bgnet_A4

    0下载:
  2. Network Programming 介紹了基礎socket,有TCP/UDP,server端和client端的源碼,是英文版的-Network Programming describes the basic socket, a TCP/UDP, server-side and client-side source code, is the English version of
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:274725
    • 提供者:vm3gjp4
  1. mysever-client

    1下载:
  2. 根据自定义的协议规范,使用Socket编程接口编写基本的网络应用软件。  使用操作系统提供的Socket编程接口,而不使用任何封装Socket接口的类库或组件  协议可以自己定义,只要完成指定的功能即可  程序界面不做要求,使用命令行或最简单的窗体即可   功能要求如下: 1. 运输层协议采用TCP 2. 服务端运行后,即监听指定的端口。允许多个连接并发运行 3. 服务端接收到客户端请求后,根据客户端传过来的指令完成特定任务:
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-07-03
    • 文件大小:3506
    • 提供者:杨子坤
  1. socket

    0下载:
  2. 实现了基本的聊天,基于tcp,服务器客户端可运行在同一个主机上-To achieve the basic chat, based on tcp, the server the client can run on the same host
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:16293
    • 提供者:still
  1. CDotNetTCP

    0下载:
  2. 用C#实现基于TCP协议的网络通讯 。TCP协议是一个基本的网络协议,基本上所有的网络服务都是基于TCP协议的,如HTTP,FTP等等,所以要了解网络编程就必须了解基于TCP协议的编程。-To use C# to achieve network communication based on TCP protocol. TCP protocol is a basic network protocols, essentially all of the network services are bas
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:7498
    • 提供者:wa
  1. VCSniffer

    0下载:
  2. 一个Sniffer源码,可以实现基本的包捕获,支持包括rip、ip、tcp等数据包.-A Sniffer source, you can achieve the basic packet capture and support, including rip, ip, tcp, etc. packets.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-06
    • 文件大小:45106
    • 提供者:黎春洁
  1. tinyshell

    0下载:
  2. 轻量级tcp 压缩包中有具体的文件说明,以及实现的基本框架-Lightweight tcp compression package has specific documented, as well as the basic framework for achieving
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:386849
    • 提供者:jackson
  1. severclientWave

    0下载:
  2. 客户端采用evc编译 服务器采用vc6编译 有基本的文字聊天 语音通信 语音做的不好 采用TCP协议,并且服务器端 界面采用CButton继承完成其全部的绘制 保证能运行 wince端由于采用的是外部独立的arm板 不是采用虚拟机 因此重编译可能会有问题 联系方式 qq 656163119-Clients use evc compiler to compile the server using vc6 have a basic text chat voice communic
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6612833
    • 提供者:舒恒
  1. Linux_Network

    0下载:
  2. 本书详细介绍了在Unix系统下基于TCP/IP网络套接口的基本编程方法,包括迭代与并发服务器编写方法、进程与线程编程技术、I/O编程技术、IPv4与IPv6的兼容性、原始套接口、数据链路访问技术、广播与多播技术等-This book details the Unix systems based on TCP/IP network socket basic programming methods, including iterative and concurrent servers prepara
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1735023
    • 提供者:罗高
  1. vc6

    0下载:
  2. (1) 通过TCP协议与服务器通信 (2) 采用UDP组播与分机通信 (3) Window系统声卡数据的读写等操作 (4) 数据库技术,用来记录请求记录以及历史记录查询 (5) INI文件操作,用来记录系统基本信息 (6) 使用帮助文档让用户更加理解如何操作 (7) 其他相关技术如美化界面,收到请求后图标闪烁等 -(1) communicate with the server through the TCP protocol (2) using UDP multica
  3. 所属分类:Audio program

    • 发布日期:2017-04-09
    • 文件大小:1710635
    • 提供者:lichao
  1. EX_mytcp_3

    0下载:
  2. 自己编写的一个基于TCP协议的SOCKET服务器小程序,具有基本的通信功能,初学者可以参考下。-I have written a server based on TCP protocol SOCKET small program, with basic communication functions, beginners can refer to the next.
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3723095
    • 提供者:
  1. shiyan1

    0下载:
  2. (1)复习Linux操作系统下的C语言程序的编辑、编译方法,完成简单的变元表读取显示程序。 (2)通过简单程序学习套接字地址、IP地址相关处理函数的使用。 (3)通过两个能完成基本通信功能的TCP服务器程序和客户机程序学习基本Socket函数的使用。-(1) under the operating system review Linux C language program, editor of the compilation approach, complete simple chan
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:8641
    • 提供者:李洪旭
  1. Tutorial

    0下载:
  2. Basic Server/Client Application Show how Server and Client can interact with TCP
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2071
    • 提供者:toony
  1. 450913ftp-svr-clt

    0下载:
  2. ftp服务器源码,基本实现了ftp的功能。文件传输,远程登录等。在linux下实现,基于tcp。-ftp server source code, the basic realization of the ftp function. File transfer, remote login, and so on. In linux to achieve, based on tcp.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:24980
    • 提供者:ether
  1. The_Asynchronous_Unicast_TCP_Way

    0下载:
  2. 它实现的是用TCP来传输文字和一些控制信息。TCP是在多媒体通信中最基本的通信方式。-it realize the transfation of text and command information.TCP is the basic way in multicommunication
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-03
    • 文件大小:28133
    • 提供者:lili
  1. TCPSrv

    0下载:
  2. TCP服务器端实现局域网基本通信。测试通过,没有问题。实现了对话框界面显示。-TCP server-side LAN basic communication. Test passed, no problem. Realized the dialog box interface display.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:5826
    • 提供者:分享着
  1. net

    0下载:
  2. 一个很好的关于网络技术与编程的PPT,是初学者很好的选择 1 简介 2 传输层 TCP 和UDP 3 套接口编程基础 4 基本TCP套接口编程 5 TCP 客户-服务器例子 6 I/O复用:select和poll函数-A good programming on network technology and PPT, are a good choice for beginners 1 Introduction 2 transport layer TCP and UDP 3
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-09-17
    • 文件大小:600064
    • 提供者:lyy
  1. computernetworks

    0下载:
  2. 计算机网络电子书,通过图片详细地介绍了TCP/IP的基本知识-Computer network books, described in detail through pictures TCP/IP basic knowledge
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-21
    • 文件大小:6169826
    • 提供者:larry
  1. tcpip

    0下载:
  2. TCP/IP基本协议,可用于通信中的编程,书中对流程有详细的解释-TCP/IP basic agreement, can be used for communication in the programming, the book has a detailed explanation of the process
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-07
    • 文件大小:57788416
    • 提供者:赵勇
  1. IP_network_packet

    0下载:
  2. 在一个局域网环境中,用C 语言实现下面的基本功能: (1)确定截包的方法:包括RAW 模式SOCKET、packet32以及直接作为驱动程序挂在NDIS上 (2)要求截获以下包的类型并分析:以太网帧格式、IP包、ICMP包、TCP报文段、UDP报文等相关字段进行描述。 -In a LAN environment, using C language the following basic functions: (1) determine the method of cut-off packa
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1877662
    • 提供者:yang peng
  1. test8bih

    0下载:
  2. tcl basic network configuration with tcp/utp test template.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:1100
    • 提供者:denyboy
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »
搜珍网 www.dssz.com